home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / compiler / cws.txt < prev    next >
Text File  |  1998-09-24  |  305b  |  12 lines

  1. Compiler Writer's Guide
  2. -----------------------
  3. Here are a few tips for changing things in the compiler:
  4. (by FK mostly)
  5.  
  6.   - Assigned should be used instead of checking for nil directly, as 
  7. it can help solving pointer problems when in real mode.
  8.   - All compiler files should be saved in UNIX format
  9.  
  10.  
  11.  
  12.